home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / ezneck.xof < prev    next >
Text File  |  1996-05-21  |  5KB  |  247 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  24;
  136.  -0.125000;1.214111;-0.072510;,
  137.  0.093018;1.420166;-0.043457;,
  138.  0.131348;1.214111;-0.072510;,
  139.  -0.125000;1.214111;-0.072510;,
  140.  -0.083740;1.420166;-0.043457;,
  141.  0.093018;1.420166;-0.043457;,
  142.  0.155029;1.346924;0.204102;,
  143.  -0.113281;1.532227;0.187012;,
  144.  -0.146240;1.346924;0.204102;,
  145.  0.155029;1.346924;0.204102;,
  146.  0.123535;1.532227;0.187012;,
  147.  -0.113281;1.532227;0.187012;,
  148.  0.131348;1.214111;-0.072510;,
  149.  0.093018;1.420166;-0.043457;,
  150.  0.123535;1.532227;0.187012;,
  151.  0.155029;1.346924;0.204102;,
  152.  0.131348;1.214111;-0.072510;,
  153.  0.123535;1.532227;0.187012;,
  154.  -0.083740;1.420166;-0.043457;,
  155.  -0.125000;1.214111;-0.072510;,
  156.  -0.146240;1.346924;0.204102;,
  157.  -0.113281;1.532227;0.187012;,
  158.  -0.083740;1.420166;-0.043457;,
  159.  -0.146240;1.346924;0.204102;;
  160.  
  161.  8;
  162.  3;0,1,2;,
  163.  3;3,4,5;,
  164.  3;6,7,8;,
  165.  3;9,10,11;,
  166.  3;12,13,14;,
  167.  3;15,16,17;,
  168.  3;18,19,20;,
  169.  3;21,22,23;;
  170.  
  171.  MeshMaterialList {
  172.   1;
  173.   1;
  174.   0;;
  175.   Material {
  176.    0.760784;0.458824;0.317647;1.000000;;
  177.    0.000000;
  178.    0.000000;0.000000;0.000000;;
  179.    0.000000;0.000000;0.000000;;
  180.   }
  181.  }
  182.  MeshNormals {
  183.   24;
  184.   -0.233643;0.595947;-0.768066;,
  185.   0.387939;0.198242;-0.899902;,
  186.   0.631348;0.423096;-0.649414;,
  187.   -0.233643;0.595947;-0.768066;,
  188.   -0.797119;0.210938;-0.565674;,
  189.   0.387939;0.198242;-0.899902;,
  190.   0.252441;0.415283;0.873779;,
  191.   -0.468750;0.162842;0.867920;,
  192.   -0.666016;0.727539;0.163330;,
  193.   0.252441;0.415283;0.873779;,
  194.   0.930176;0.217285;0.295410;,
  195.   -0.468750;0.162842;0.867920;,
  196.   0.631348;0.423096;-0.649414;,
  197.   0.387939;0.198242;-0.899902;,
  198.   0.930176;0.217285;0.295410;,
  199.   0.252441;0.415283;0.873779;,
  200.   0.631348;0.423096;-0.649414;,
  201.   0.930176;0.217285;0.295410;,
  202.   -0.797119;0.210938;-0.565674;,
  203.   -0.233643;0.595947;-0.768066;,
  204.   -0.666016;0.727539;0.163330;,
  205.   -0.468750;0.162842;0.867920;,
  206.   -0.797119;0.210938;-0.565674;,
  207.   -0.666016;0.727539;0.163330;;
  208.  
  209.   8;
  210.   3;0,1,2;,
  211.   3;3,4,5;,
  212.   3;6,7,8;,
  213.   3;9,10,11;,
  214.   3;12,13,14;,
  215.   3;15,16,17;,
  216.   3;18,19,20;,
  217.   3;21,22,23;;
  218.  }
  219.  MeshTextureCoords {
  220.   24;
  221.   0.309221;0.090796;,
  222.   0.591216;0.352125;,
  223.   0.690826;0.090740;,
  224.   0.309221;0.090796;,
  225.   0.371042;0.352170;,
  226.   0.591216;0.352125;,
  227.   0.935147;0.222054;,
  228.   1.075014;0.470191;,
  229.   1.064897;0.222106;,
  230.   0.935147;0.222054;,
  231.   0.951802;0.470152;,
  232.   1.075014;0.470191;,
  233.   0.000000;0.000000;,
  234.   0.000000;0.000000;,
  235.   0.000000;0.000000;,
  236.   0.000000;0.000000;,
  237.   0.000000;0.000000;,
  238.   0.000000;0.000000;,
  239.   0.000000;0.000000;,
  240.   0.000000;0.000000;,
  241.   0.000000;0.000000;,
  242.   0.000000;0.000000;,
  243.   0.000000;0.000000;,
  244.   0.000000;0.000000;;
  245.  }
  246. }
  247.